home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-09-23 | 7.9 KB | 20 lines | [TEXT/KAHL] |
- #ifdef THINK_C
- #define mac
- #define __STDC__
- #undef MAX_NB_STATS
- #define MAX_NB_STATS 1024
- #undef MAX_NB_EVENTS
- #define MAX_NB_EVENTS 8
- #undef LOCAL_HEAP_LENGTH_IN_K
- #define LOCAL_HEAP_LENGTH_IN_K 4
- #undef ADDITIONAL_CONST_LENGTH_IN_K
- #define ADDITIONAL_CONST_LENGTH_IN_K 0
- #undef DEFAULT_STACK_LENGTH_IN_K
- #define DEFAULT_STACK_LENGTH_IN_K MIN_STACK_LENGTH_IN_K
- #define IEEE_FP64 short double
- #define IEEE_FP80 double
- #define OS_EVENT_SIZE 16
- #else
- #define IEEE_FP64 double
- #define IEEE_FP80 double
- #define OS_EV